While the majority of user interactions will happen using the embedded wallet, some of your users may have existing wallets they wish to connect with your games. This allows you to validate a user holds a token(s) without requiring them to transfer it to their embedded wallet.You can connect an external wallet with an embedded wallet via a web interface.First, you’ll want to configure a server to facilitate this connection. Please read this guide and come back once you’ve configured your server (you can skip the first few steps on Builder configuration and integrating embedded wallet into a web app since you’ve already done this on the Unity side; similarly, you can skip the sections on signing the session auth proof).Now that you’ve configured your server, you can create an EOAWalletLinker.
Copy
Ask AI
EOAWalletLinker linker = new EOAWalletLinker(wallet, "yourServersBaseUrl/generateNonce");